home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 3891 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: mail2news.demon.co.uk!djwhome.demon.co.uk
  2. From: David Woolley <david@djwhome.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.networking,demon.ip.support
  4. Subject: Re: Advantages of POP3 over SMTP Mail
  5. Date: Sun, 14 Apr 1996 15:50:36 GMT
  6. Organization: Demon Subscriber at Home
  7. Sender: news <news@djwhome.demon.co.uk>
  8. Message-ID: <Dpv00H.2Hw@djwhome.demon.co.uk>
  9. References: <364.6677T1342T1366@kncowans.demon.co.uk>
  10. X-NNTP-Posting-Host: djwhome.demon.co.uk
  11. X-Mail2News-Path: djwhome.demon.co.uk
  12.  
  13. In article <364.6677T1342T1366@kncowans.demon.co.uk>,
  14. K.N.Cowans <kevin@kncowans.demon.co.uk> wrote:
  15. >Hello all
  16. >
  17. >What are the advantages and disadvantages of using a POP3 mail feed instead of
  18. >SMTP.
  19.  
  20. There isn't really such a thing as a POP3 feed.  POP3 is for a client to read
  21. a single mailbox (although there are a few non-standard POP3 services around
  22. these days).  SMTP and UUCP are feeding protocols, they can deliver to multiple
  23. mailboxes in multiple domains and fully preserve envelope information.
  24.  
  25. The main advantages of POP3 are:
  26.  
  27. - there is Windows and Mac software which is user friendly for accessing 
  28.   single POP3 mailboxes.
  29. - transfer is controlled by the dial up site, so you don't have to rely
  30.   on hacks in the ISP to send when you connect, and don't have to be ready
  31.   immediately.
  32.  
  33. The main advantages of SMTP are:
  34.  
  35. - it is a full feed system allowing multiple domains and mailboxes.
  36. - it is real time.
  37. - it fully supports internet style addressing in headers and envelopes.
  38. - it is very good at ensuring that delivery failures are reported.
  39.  
  40. The main advantages of UUCP are:
  41.  
  42. - it is optimised for dial up use.
  43. - it is a full feed system.
  44. - modern implementations can handle most envelope address styles.
  45. - both upload and download are done in a fast batch mode.
  46.  
  47. The main disadvantages of POP3 are:
  48.  
  49. - it destroys envelope information.
  50. - it only supports a single mailbox (there are fudged solutions to this).
  51.  
  52. The main disadvantages of SMTP are:
  53.  
  54. - it is controlled by the sending side.
  55. - it is not designed to minimise connection time, but rather to do
  56.   real time error reporting.
  57.  
  58. The main disadvantages of UUCP are:
  59.  
  60. - the actual mail handling part is not well standardised.
  61. - it is unfashionable, so those ISPs going after the fashion market don't
  62.   support it.
  63. - the best mode, batched SMTP, is not commonly supported.
  64. - support for infrastructure failure reporting can be patchy.
  65.  
  66.  
  67. Note that UUCP can be run over TCP, so you can still Web browse during the
  68. transfer.
  69.  
  70. -- 
  71. David Woolley, London, England          david@djwhome.demon.co.uk
  72.